From: Camm Maguire Date: Wed, 27 May 2026 18:03:02 +0000 (+0000) Subject: [PATCH] X-Git-Tag: archive/raspbian/2.7.1-26+rpi1^2~3 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=3642afad7b410993b661896d7a17083df6f64c21;p=gcl27.git [PATCH] TODO: Put a short summary on the line above and replace this paragraph with a longer explanation of this change. Complete the meta-information with other relevant fields (see below for details). To make it easier, the information below has been extracted from the changelog. Adjust it or drop it. Gbp-Pq: Name Version_2_7_2pre26 --- diff --git a/Makefile.am b/Makefile.am index 2c12d751..23c904ff 100644 --- a/Makefile.am +++ b/Makefile.am @@ -467,7 +467,7 @@ CLEANFILES+=h/cmpinclude.h h/mstdint.h h/cmpincludea.h h/mcompdefs.h h/mstdint.h: echo "#include " | \ $(CPP) $(AM_CPPFLAGS) -P $(CPPFLAGS) - | \ - grep -E '^typedef .*u?int(8|16|32|64|128)_t;' >$@ + grep -E 'typedef .*u?int(8|16|32|64|128)_t;' >$@ h/mcompdefs.h: h/compdefs.h h/new_decl.h $(AWK) 'BEGIN {print "#include \"include.h\"";print "#include \"page.h\"";print "---"} {a=$$1;gsub("\\.\\.\\.","",a);print "\"#define " $$1 "\" " a}' $< |\ diff --git a/Makefile.in b/Makefile.in index 198f1a86..0383b497 100644 --- a/Makefile.in +++ b/Makefile.in @@ -4765,7 +4765,7 @@ ansi_gcl/%.o: clcs/%.lisp | unixport/ansi_gcl h/mstdint.h: echo "#include " | \ $(CPP) $(AM_CPPFLAGS) -P $(CPPFLAGS) - | \ - grep -E '^typedef .*u?int(8|16|32|64|128)_t;' >$@ + grep -E 'typedef .*u?int(8|16|32|64|128)_t;' >$@ h/mcompdefs.h: h/compdefs.h h/new_decl.h $(AWK) 'BEGIN {print "#include \"include.h\"";print "#include \"page.h\"";print "---"} {a=$$1;gsub("\\.\\.\\.","",a);print "\"#define " $$1 "\" " a}' $< |\ diff --git a/git.tag b/git.tag index e4f9aa8f..82688e33 100644 --- a/git.tag +++ b/git.tag @@ -1 +1 @@ -"Version_2_7_2pre25" +"Version_2_7_2pre26"